home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / BXSTRTCH.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.5 KB  |  117 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +BXSTRTCH.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   bxstrtch.obj \
  25.   gscroll.obj \
  26.   grphscrn.obj \
  27.   grsounit.obj \
  28.   gfsounit.obj \
  29.   gwsounit.obj \
  30.   isounit.obj \
  31.   keybrd.obj \
  32.   msmouse.obj \
  33.   rsounit.obj \
  34.   scrnsty.obj \
  35.   fsounit.obj \
  36.   mcursor.obj
  37.  
  38. #        *Explicit Rules*
  39. bxstrtch.exe: bxstrtch.cfg $(EXE_dependencies)
  40.   $(TLINK) /v/s/c @&&|
  41. c:\tcpp\lib\c0l.obj+
  42. bxstrtch.obj+
  43. gscroll.obj+
  44. grphscrn.obj+
  45. grsounit.obj+
  46. gfsounit.obj+
  47. gwsounit.obj+
  48. isounit.obj+
  49. keybrd.obj+
  50. msmouse.obj+
  51. rsounit.obj+
  52. scrnsty.obj+
  53. fsounit.obj+
  54. mcursor.obj
  55. bxstrtch,bxstrtch
  56. c:\tcpp\lib\graphics.lib+
  57. c:\tcpp\lib\emu.lib+
  58. c:\tcpp\lib\mathl.lib+
  59. c:\tcpp\lib\cl.lib
  60. |
  61.  
  62.  
  63. #        *Individual File Dependencies*
  64. bxstrtch.obj: bxstrtch.cpp 
  65.  
  66. gscroll.obj: gscroll.cpp 
  67.  
  68. grphscrn.obj: grphscrn.cpp 
  69.  
  70. grsounit.obj: grsounit.cpp 
  71.  
  72. gfsounit.obj: gfsounit.cpp 
  73.  
  74. gwsounit.obj: gwsounit.cpp 
  75.  
  76. isounit.obj: isounit.cpp 
  77.  
  78. keybrd.obj: keybrd.cpp 
  79.  
  80. msmouse.obj: msmouse.cpp 
  81.  
  82. rsounit.obj: rsounit.cpp 
  83.  
  84. scrnsty.obj: scrnsty.cpp 
  85.  
  86. fsounit.obj: fsounit.cpp 
  87.  
  88. mcursor.obj: mcursor.cpp 
  89.  
  90. #        *Compiler Configuration File*
  91. bxstrtch.cfg: bxstrtch.mak
  92.   copy &&|
  93. -ml
  94. -v
  95. -O
  96. -Z
  97. -V
  98. -vi-
  99. -wbbf
  100. -wpin
  101. -wamb
  102. -wamp
  103. -wasm
  104. -wpro
  105. -wcln
  106. -wdef
  107. -wsig
  108. -wnod
  109. -wstv
  110. -wucp
  111. -wuse
  112. -IC:\TCPP\INCLUDE
  113. -LC:\TCPP\LIB
  114. | bxstrtch.cfg
  115.  
  116.  
  117.